Skip to main content
React 19 is supported on Web SDK!

Installing new dependencies

All of our hook libraries have been renamed, here are the new dependencies you need to get started with Web SDK:

Configuring your app

Main differences when it comes to configuration:
  • @0xsequence/kit -> @0xsequence/connect for authentication
  • @0xsequence/kit -> @0xsequence/wallet-widget for wallet UI
  • @0xsequence/kit-checkout -> @0xsequence/checkout
  • no need to manually import the @0xsequence/design-system/styles.css when using @0xsequence/connect
  • @0xsequence/connect is compatible with @0xsequence/design-system v2
  • KitProvider is now SequenceConnectProvider
  • KitCheckoutProvider is now SequenceCheckoutProvider
  • KitWalletProvider is now SequenceWalletProvider

Connecting your app

Tailwind css

Web SDK uses Tailwind v4, if you are using Tailwind v3, you need to upgrade.